Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
class_alias
class_alias
Create an alias for a class
Name:
class_alias
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Create an alias for a class
Related
What Situations Can Lead to Resource Leaks? Why Should You Call finfo_close at the Right Time?
10
How to Draw an Ellipse Using the imageellipse() Function in PHP
2
Use array_fill() to assign values to the initial state of the game player
3
Enhancing Team Collaboration Efficiency: PHP Hyperf Microservices Development Practice and Experience Sharing
2
Similar Functions
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_parent_class
get_parent_class
Returnstheparentclas
get_called_class
get_called_class
Thenameofthe"La
class_exists
class_exists
Checkiftheclassisdef
get_object_vars
get_object_vars
Returntowritetoyouth
get_declared_traits
get_declared_traits
Returnsanarrayofalld
property_exists
property_exists
Checkifanobjectorcla
Popular Articles